home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
kewlpo1a
/
frmnewke.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1999-10-21
|
1KB
|
44 lines
VERSION 5.00
Begin VB.Form frmNewKey
BorderStyle = 4 'Fixed ToolWindow
Caption = "Please enter your new key for:"
ClientHeight = 720
ClientLeft = 45
ClientTop = 285
ClientWidth = 4785
ControlBox = 0 'False
DrawMode = 6 'Mask Pen Not
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 720
ScaleWidth = 4785
StartUpPosition = 2 'CenterScreen
Begin VB.Label lblKeyName
Alignment = 2 'Center
Caption = "P1 Move Left"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 0
TabIndex = 0
Top = 120
Width = 4695
End
Attribute VB_Name = "frmNewKey"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
frmConfigurations.GetKey KeyCode
Unload Me
End Sub